PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFGeospatialMeasure Class / getLocalPoints Method
In This Topic
    getLocalPoints Method
    In This Topic
    Gets the local points.
    The unit square is mapped to the rectangular bounds of the , or that contains the measure object.
    This array shall contain the same number of points as the array; each point is the unit square object position corresponding to the geospatial position in the array.
    Syntax
    public PDFPoint[] getLocalPoints()

    Return Value

    An array of points in a 2D unit square.
    See Also